home *** CD-ROM | disk | FTP | other *** search
- object DebugForm: TDebugForm
- Left = 27
- Top = 205
- BorderIcons = [biSystemMenu]
- BorderStyle = bsNone
- Caption = 'Debug Info'
- ClientHeight = 207
- ClientWidth = 187
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 15
- object MainPanel: TPanel
- Left = 0
- Top = 0
- Width = 187
- Height = 207
- Align = alClient
- BorderWidth = 3
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- OnMouseDown = TitleBarMouseDown
- OnMouseMove = MainPanelMouseMove
- OnMouseUp = TitleBarMouseUp
- object TitleBar: TPanel
- Left = 4
- Top = 4
- Width = 179
- Height = 18
- Align = alTop
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = ' Debug Info'
- Color = clActiveCaption
- Font.Color = clCaptionText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnMouseDown = TitleBarMouseDown
- OnMouseMove = TitleBarMouseMove
- OnMouseUp = TitleBarMouseUp
- object SysPanel: TPanel
- Left = 148
- Top = 0
- Width = 31
- Height = 18
- Align = alRight
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- OnMouseDown = TitleBarMouseDown
- OnMouseMove = TitleBarMouseMove
- OnMouseUp = TitleBarMouseUp
- object RollUpBtn: TSpeedButton
- Left = 2
- Top = 4
- Width = 12
- Height = 12
- OnClick = RollUpBtnClick
- end
- object CloseBtn: TSpeedButton
- Left = 16
- Top = 4
- Width = 12
- Height = 12
- Glyph.Data = {
- 92000000424D9200000000000000760000002800000008000000070000000100
- 0400000000001C00000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777007
- 70077700007777700777770000777007700777777777}
- Margin = 0
- OnClick = CloseBtnClick
- end
- end
- end
- object Spacer1: TPanel
- Left = 4
- Top = 22
- Width = 179
- Height = 4
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- end
- object PageControl: TPageControl
- Left = 4
- Top = 26
- Width = 179
- Height = 177
- ActivePage = Variables
- Align = alClient
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object Variables: TTabSheet
- Caption = 'Variables'
- object VarList: TListBox
- Left = 0
- Top = 0
- Width = 171
- Height = 147
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- ExtendedSelect = False
- ItemHeight = 15
- TabOrder = 0
- end
- end
- object Actions: TTabSheet
- Caption = 'Actions'
- object ScriptList: TListBox
- Left = 0
- Top = 0
- Width = 171
- Height = 231
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- ItemHeight = 15
- TabOrder = 0
- end
- end
- end
- end
- end
-